home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 1 / QRZ Ham Radio Callsign Database - December 1993.iso / ucsd / packet / tcpip / amiga / asrc29k.lha / files.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-08  |  1.4 KB  |  32 lines

  1. /* External definitions for configuration-dependent file names set in
  2.  * files.c
  3.  */
  4. extern char *Startup;        /* Initialization file */
  5. extern char *NOSDial;        /* TNC/Modem Initialization file */
  6. extern char *Userfile;        /* Authorized FTP users and passwords */
  7. extern char *Hostfile;        /* Authorized FTP users and passwords */
  8. extern char *LogsDir;        /* Where logs are kept */
  9. extern char *Mailspool;        /* Incoming mail */
  10. extern char *Mailqdir;        /* Outgoing mail spool */
  11. extern char *Mailqueue;        /* Outgoing mail work files */
  12. extern char *Routeqdir;        /* queue for router */
  13. extern char *Alias;        /* the alias file */
  14. extern char *Dfile;        /* Domain cache */
  15. extern char *Fdir;        /* Finger info directory */
  16. extern char *Arealist;        /* List of message areas */
  17. extern char *Helpdir;        /* Help file directory */
  18. extern char *Rewritefile;    /* Address rewrite file */
  19. extern char *Popusers;        /* POP user and password file */
  20. extern char *Signature;        /* Mail signature file directory */
  21. extern char *Newsdir;        /* News messages and NNTP data */
  22. extern char *Newsqueue;        /* News messages and NNTP data */
  23. extern char *Forwardfile;    /* Mail forwarding file */
  24. extern char *Historyfile;    /* Message ID history file */
  25. extern char *Chatnode;        /* Chatnode system */
  26. extern char *SignOn;        /* SignOn files */
  27. extern char *Digger;        /* Digger files */
  28. extern char *DiggerC;        /* Digger files */
  29. extern char *Spoolqdir;        /* Spool root */
  30.  
  31. void initroot __ARGS((char *root));
  32.